home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Utilities
/
PC-SIG's World of Utilities (PC-SIG) (1994).iso
/
UPDATES
/
DISK2748.ZIP
/
PRINTMAN.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-14
|
841b
|
28 lines
echo off
cls
echo.
echo.
echo ╔══════════════════════════════════════╗
echo ║ This batch file will print the ║
echo ║ TP-ET.DOC to your printer. ║
echo ║ there are no special printer codes so║
echo ║ it should print on any printer. ║
echo ║ The manual will take 10 sheets of ║
echo ║ paper. Be sure you have enough ║
echo ║ paper in your printer. Make sure ║
echo ║ your paper is at Top of Form before ║
echo ║ printing the manual. ║
echo ║ Be sure TP-ET.DOC is on the same ║
echo ║ Drive/Path as this batch file. ║
echo ╚══════════════════════════════════════╝
echo.
echo.
echo Press CTRL C if you are not ready to start.
echo.
pause
echo Printing.................
copy tp-et.man doc
echo.
echo Finished.................